Current "Lore" About Speed (BAD)
Use static and final methods
Write big methods to avoid
extra method invocations
Minimize object allocation
Avoid thread synchronization
Avoid doing garbage-collection

Return to Tracks